home *** CD-ROM | disk | FTP | other *** search
- function detectKeys()
- {
- var _loc1_ = 0;
- if(Key.isDown(32))
- {
- if(levelof > 0)
- {
- gotoAndPlay(levelof22);
- }
- else
- {
- gotoAndStop("level3");
- play();
- }
- }
- }
- stop();
- var Iso = SharedObject.getLocal("pac");
- trace("iso=" + Iso.data.userId);
- score_you.text = Iso.data.userId;
- if(Iso.data.userId == undefined)
- {
- trace("ofer");
- score_you.text = 0;
- }
-